﻿.knowledgeCenter {
    padding: 0 !important;
}

.knowledge_centers {
   /* display: flex;*/
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}


.close:focus, .close:hover, .close {
    opacity: 1 !important;
}

.knowledgeRepo {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px;
    align-items: flex-start;
}

.knowledgeRepodiv {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.knowledgebox {
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 10px solid #efeeee;
    box-shadow: none;
    box-shadow: 0px 0px 3px 3px #d0d0d0;
    width: 30%;
}

.knowledgeboxdetails {
    width: 65%;
}

.np-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.parrentbody {
    min-height: 60vh;
}

.view-more {
    text-align: left;
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.kr-heading {
    font-size: 18px;
    color: #000;
}

.kr-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.9;
}
@media (min-width: 0px) and (max-width: 481.99px) {
    .knowledgebox {
        width: 180px;
        margin-bottom: 30px;
    }
    .knowledgeRepodiv {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }

    .knowledgeboxdetails {
        width: 100%;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    .knowledgebox {
        width: 180px;
        margin-bottom: 30px;
    }
    .knowledgeRepodiv {
        width: 100%;
        justify-content: center;
    }
    .knowledgeboxdetails {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.99px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
}